home *** CD-ROM | disk | FTP | other *** search
/ Tools Unlimited 1: The Blanker Collection / Tools Unlimited - Vol 1 - The Blanker Collection.iso / Blanker / Packages / GarshneBlanker / GSource / protos / parse.h < prev    next >
C/C++ Source or Header  |  1996-01-25  |  293b  |  17 lines

  1. #ifndef PARSE_H
  2. #define PARSE_H
  3.  
  4. #define GAD_CYCLE   1
  5. #define GAD_SLIDER  2
  6. #define GAD_FONT    3
  7. #define GAD_STRING  4
  8. #define GAD_DISPLAY 5
  9. #define GAD_DELIM   6
  10.  
  11. LONG ScanDigit( BPTR );
  12. STRPTR ScanToken( BPTR );
  13. STRPTR *ScanTokenArray( BPTR );
  14. LONG ScanType( BPTR );
  15.  
  16. #endif /* PARSE_H */
  17.